@media screen and (max-width: 960px) {


    /* ***************************************************************************************
	*       ____            _                         _                                       
	*      / ___|___  _ __ | |_ ___ _ __  _   _    __| | ___ ___   _ __   __ _  __ _  ___ ___ 
	*     | |   / _ \| '_ \| __/ _ | '_ \| | | |  / _` |/ _ / __| | '_ \ / _` |/ _` |/ _ / __|
	*     | |__| (_) | | | | ||  __| | | | |_| | | (_| |  __\__ \ | |_) | (_| | (_| |  __\__ \
	*      \____\___/|_| |_|\__\___|_| |_|\__,_|  \__,_|\___|___/ | .__/ \__,_|\__, |\___|___/
	*                                                             |_|          |___/          
	*
	****************************************************************************************** */

    h1,
    .entry-content .fond h1,
    #secondary.fond h1,
    h1 strong {
        font-size: 30px;
        line-height: 36px;
    }



    /* **************************
	*      _____           _     
	*     |_   ____   ___ | |___ 
	*       | |/ _ \ / _ \| / __|
	*       | | (_) | (_) | \__ \
	*       |_|\___/ \___/|_|___/
	*                            
	***************************** */

    .center,
    .center-prop-internaute {
        width: 620px;
    }

    .center-prop-internaute {
        margin-left: -290px;
    }

    #cboxCurrent {
        display: none !important;
    }

    /* ***************************************************
	*         _                        _ _                
	*        / \   ___ ___ ___ ___ ___(_| |__   __ _ _ __ 
	*       / _ \ / __/ __/ _ / __/ __| | '_ \ / _` | '__|
	*      / ___ | (_| (_|  __\__ \__ | | |_) | (_| | |   
	*     /_/   \_\___\___\___|___|___|_|_.__/ \__,_|_|   
	*                                                     
	****************************************************** */

    .accessibar-div .confortdelecture {
        box-sizing: border-box;
        width: 100%;
        height: 128px;
    }

    .accessibar-div .vocalisation {
        margin: 15px 0 0 0;
    }

    /* ****************************
	*      __  __                  
	*     |  \/  | ___ _ __  _   _ 
	*     | |\/| |/ _ | '_ \| | | |
	*     | |  | |  __| | | | |_| |
	*     |_|  |_|\___|_| |_|\__,_|
	*                              
	******************************* */
    header .menu__burger {
        display: flex;
        flex: 1 0 0;
        justify-content: flex-start;
    }

    header .menu__burger__text {
        display: block;
    }

    header .menu__nav {
        flex: inherit;
    }

    header .menu__nav__list {
        display: none;
    }

    header .menu__nav__list.toggled {
        display: flex;
        position: absolute;
        left: 0;
        top: 50px;
        flex-flow: column;
        width: 100%;
        background: #ECECEC;
        width: 620px;
        left: -570px;
        top: 38px;
        padding-top: 70px!important;
        padding-bottom: 20px!important;
        z-index: -1;
    }
    header.active .menu__nav__list.toggled {
        left: -570px;
    }
    .home header .menu__nav__list.toggled {
        left: -620px;
    }

    header .menu__nav__list > li {
        height: auto;
        flex-flow: column;
        align-items: flex-start;
        border-right: none;
        border-top: 1px solid #00277E;
        padding: 0;
        color: #00277E;
    }
    header .menu__nav__list > li:last-child {
        border-bottom: 1px solid #00277E;
    }
    header .menu__nav__list > li > a,
    header .menu__nav__list > li > span {
        justify-content: flex-start;
        padding: 10px;
        width: 100%;
        box-sizing: border-box
    }

    header .menu__nav__list > li > a br,
    header .menu__nav__list > li > span br {
        display: none;
    }

    header .menu__nav__list li:hover .sub-menu {
        display: none;
    }

    header .menu__nav__list li.active .sub-menu {
        display: block;
        padding: 0;
        opacity: 1;
        left: 0;
        top: 0;
        position: relative;
        visibility: visible;
        z-index: 1;
    }

    /*Sub-menu*/
    header .sub-menu {
        width: 100%;
        position: initial;
        border-top: 1px solid #00277E;
    }

    header .sub-menu ul.bloc-menu-left,
    header .sub-menu ul.bloc-menu-middle,
    header .sub-menu ul.bloc-menu-right {
        width: 100%;
        float: none;
    }
    header .menu:after {
        content: '';
        width: 1500px;
        height: 100%;
        background-size: 100%;
        background-position: -10px top;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/pictos/Menu.svg);
        border-radius: 10px 0 0 10px;
        z-index: -1;
    }
    header .menu__nav::after {
        display: none;
    }
    
    header .menu__nav__list.toggled:before, header .menu__nav__list.toggled:after {
        content: '';
        width: 2000px;
        height: 100%;
        position: absolute;
        top: 0;
        background: #ECECEC;
    }

    header .menu__nav__list.toggled:before {
        left: -2000px;
    }
    header .menu__nav__list.toggled:after {
        right: -2000px;
    }
    header .sub-menu:before, header .sub-menu:after {
        display: none;
    }
    header .sub-menu > ul > li {
        border-bottom: none;
    }
    header .sub-menu ul.bloc-menu-left li:first-child {
        border-top: none;
    }
    header .menu__nav__list li .sub-menu {
        /* position: relative; */
        display: none;
        left: 0;
        top: 0;
        border: none;
        visibility: visible;
        transition: .25s;
        width: 100%;
    }
    header.active .menu__nav__list li:hover .sub-menu {
        top: 0;
        left: 0;
    }
    header .sub-menu ul.bloc-menu-left li:first-child, 
    header .sub-menu ul.bloc-menu-middle li:first-child, 
    header .sub-menu ul.bloc-menu-right li:first-child {
        border-top: none;
    }





    /* *************************************
	*      _   _                _           
	*     | | | | ___  __ _  __| | ___ _ __ 
	*     | |_| |/ _ \/ _` |/ _` |/ _ | '__|
	*     |  _  |  __| (_| | (_| |  __| |   
	*     |_| |_|\___|\__,_|\__,_|\___|_|   
	*                                       
    **************************************** */

    header.active .logo-fixe-hidden {
        display: none;
    }    
    header.active .logo-fixe-visible {
        display: block;
        width: auto;
    }

    header .panel.fullpanel {
        width: 520px;
    }

    header .panel .search input {
        width: 400px;
        height: 40px;
        border: none;
        float: left;
        box-sizing: border-box;
        padding: 0 15px;
        color: #23282d;
    }

    header .panel .search button {
        width: 40px;
        height: 40px;
        border: none;
        float: left;
        cursor: pointer;
        box-sizing: border-box;
        background: #23282d;
        color: #eeeeee;
    }

    #searchform .ui-autocomplete {
        width: 400px !important;
    }

    .recherche-autocompletion form .ui-autocomplete li .image {
        display: none;
    }

    .recherche-autocompletion form .ui-autocomplete li .titre {
        font-size: 12px;
    }

    .admin-bar .panel {
        top: 46px;
        z-index: 10000003;
    }

    header .main-menu li:hover .sub-menu {
        display: none;
    }

    header .main-menu li.active .sub-menu,
    header .main-menu li.active:hover .sub-menu {
        display: block;
        top: 0;
    }

    header .menu .utilitaires-header li {
        width: 50px;
    }

    iframe.goog-te-menu-frame {
        top: 162px !important;
        left: calc((50% + 400px / 2) - 191px) !important;
        box-shadow: none !important;
    }

    header .utilitaires-header li a {
        font-size: 0;
    }

/* Header active */
header.active {
    background-color: #00277E;
    height: 80px;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
    position: relative;
/* 
    height: 100%!important;
    overflow-y: scroll;  */
}
header.active .header-menus {
    height: 80px;
    justify-content: center;
}
header.active .menu:after {
    display: none;
}
header.active .utilitaires-header {
    display: none;
}
header.active .menu .search-icon {
    margin: 0;
}
header.active .menu__burger {
    margin-top: -5px;
}
header.active .menu__nav__list.toggled {
    top: 70px;
    padding-top: 30px!important;
}
header.active .menu__nav__list > li {
    width: 100%!important;
    height: auto;
    flex-flow: column;
    align-items: flex-start;
    border-right: none;
    border-top: 1px solid #00277E;
    padding: 0;
    color: #00277E;
}
.search-icon {
    width: 50px;
}
/* header fixed */

header.active.fixed {
    background-color: #ECECEC;
    height: 100%!important;
    overflow-y: scroll;
    overflow-x: hidden;
}
header.active.fixed > .center {
    background: #00277E;
}
header.active.fixed > .center:before,
header.active.fixed > .center:after {
    content: '';
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00277E;
    transition: .25s;
}
header.active.fixed > .center:before {
    left: -2000px;
}
header.active.fixed > .center:after {
    right: -2000px;
}

    /* ******************************************************
	*      _____                _                            
	*     |  ____ __ ___  _ __ | |_   _ __   __ _  __ _  ___ 
	*     | |_ | '__/ _ \| '_ \| __| | '_ \ / _` |/ _` |/ _ \
	*     |  _|| | | (_) | | | | |_  | |_) | (_| | (_| |  __/
	*     |_|  |_|  \___/|_| |_|\__| | .__/ \__,_|\__, |\___|
	*                                |_|          |___/      
	*
    ********************************************************* */
    .col-2 > .center {
        display: flex;
        flex-direction: column;
    }
    .en-1-clic {
        padding-left: 0;
    }
    .en-1-clic h1 {
        text-orientation: initial;
        transform: rotate(0deg);
        writing-mode: initial;
    }
    .en-1-clic .hidden-mobile {
        display: none;
    }
    .en-1-clic .visible-mobile {
        display: block;
    }

    .en-1-clic_listing {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: space-between;
        flex-wrap: wrap;
        height: 390px;
        width: 100%;
        align-items: baseline;
    }
    .en-1-clic_listing .en-1-clic_title {
        height: 90px;
        position: relative;
    }
    .en-1-clic .en-1-clic_listing li a {
        width: 260px;
    }
    .home-agenda .ag_big {
        flex-direction: column;
        width: 300px!important;
        margin-right: 20px;
        
    }
    .home-agenda .ag_image {
        width: 299px;
        height: 215px;
    }
    .home-agenda .ag_infos {
        padding: 25px 10px 0 0;
    }
    .home-agenda .agenda_nav {
        justify-content: space-between;
    }
    .home-actualites .container-actus {
        justify-content: start;
        align-items: flex-start;
    }
    .home-actualites .container-actus .bloc-actus {
        display: block;
        margin: 10px 10px 25px 10px;
        height: 220px;
    }
    .home-actualites .actus_nav span {
        display: flex;
    }
    .home-actualites {
        margin-bottom: 85px;
    }
    .home-zoom .wrapper-img {
        width: 230px;
    }
    .home-zoom .wrapper-content {
        width: 235px;
        padding: 35px 12px 10px 20px;
        margin-left: -15px;
    }
    .home-publications .publications-content ul li {
        padding-bottom: 10px;
    }
    .home-zoom .btn-more {
        right: 10px;
    }
    .home-zoom {
        width: 100%;
    }
    .home-zoom > svg {
        right: 140px;
        top: -580px;
    }
    .home-zoom .wrapper-img {
        width: 304px;
        height: 252px;
    }
    .home-zoom .wrapper-content {
        width: 296px;
        height: 323px;
        padding: 50px 15px 25px 30px;
        margin-left: -30px;
    }
    .home-zoom .btn-more {
        right: 30px;
    }
    .home-publications {
        width: 100%;
    }
    .home-publications h1 span {
        color: #fff;
    }
    .home-publications .doc-pic {
        width: 218px;
        height: 312px;
    }
    .home-publications .doc-info {
        padding-left: 55px;
    }
    .home-publications .publications-nav {
        left: 273px;
    }

    /* *********************************
	*      _____           _            
	*     |  ______   ___ | |_ ___ _ __ 
	*     | |_ / _ \ / _ \| __/ _ | '__|
	*     |  _| (_) | (_) | ||  __| |   
	*     |_|  \___/ \___/ \__\___|_|   
	*                                   
	************************************ */
    .footer-top {
        padding: 0;
    }
    .footer-top > .center {
        flex-wrap: wrap;
        align-items: stretch;
    }
    .footer-top > .center > div {
        height: 140px;
        width: 50%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-top .footer-top_facebook {
        width: calc(50% - 80px)!important;
    }
    .footer-top .footer-top_horaires {
        padding-left: 80px;
        width: calc(50% - 80px)!important;
        margin: 20px 0;
    }
    .footer-top .btn-facebook {
        width: 141px;
        margin-top: -20px;
    }
    .footer-top .footer-top_facebook > svg {
        left: -80px;
    }
    .footer-top .footer-top_horaires svg {
        left: -30px;
        top: -20px;
    }
    .footer-top .footer-top_adresse {
        margin: 20px 0;
    }
    .footer-top .footer-top_adresse svg {
        left: -42px;
    }
    .footer-top .footer-top_application svg {
        left: -30px;
    }


    /* **************************
	*      ____                  
	*     |  _ \ __ _  __ _  ___ 
	*     | |_) / _` |/ _` |/ _ \
	*     |  __| (_| | (_| |  __/
	*     |_|   \__,_|\__, |\___|
	*                 |___/      
	*
	***************************** */
    .main-wrapper {
        width: 100%;
    }

    #primary.contextualites-on,
    .size-with-contextualites,
    .size-template-filtres,
    #primary .partage-social-media {
        width: 100%;
        float: left;
    }

    #wrapper .entry-content iframe {
        max-width: 100%
    }

    #wrapper .entry-content .pages {
        width: 100%;
    }

    body.post-template-template-meteo-php #wrapper .entry-content div {
        width: 100% !important;
        overflow-x: auto;
    }

    #wrapper .top-publication {
        height: auto;
        text-align: center;
        margin: 0 auto;
        background: #23282d
    }

    #wrapper .top-publication .imagealaune {
        display: block;
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    #wrapper .top-publication .header-page {
        padding: 30px 10px 10px;
        float: none;
        min-height: 0;
    }

    #wrapper .top-publication .header-page.avec-imagealaune {
        float: none;
        min-height: 0;
    }

    .single-affichage_liste #primary .wrapper-panel {
        margin: 0;
    }


    #primary.contextualites-on, .size-with-contextualites, .size-template-filtres, 
    .post-template-template-documents-php #primary > .entry-content, 
    .post-template-template-gestion-ressources-php #primary > .entry-content, 
    .post-template-template-agenda-php #primary > .entry-content, 
    .post-template-template-actualites-php #primary > .entry-content,
    .post-template-template-annuairecontact-php #primary > .entry-content {
        width: 100%;
    }



    /* ****************************************
	*      ____  _     _      _                
	*     / ___|(_) __| | ___| |__   __ _ _ __ 
	*     \___ \| |/ _` |/ _ | '_ \ / _` | '__|
	*      ___) | | (_| |  __| |_) | (_| | |   
	*     |____/|_|\__,_|\___|_.__/ \__,_|_|   
	*                                          
	******************************************* */

    .contactslie_v2 .relations-contacts-v2 ul li,
    .actualitelie .relation-actualites ul li,
    .relations-agenda ul li {
        width: 580px;
    }

    #secondary,
    #primary .wrapper-panel {
        width: 100%;
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    /* *********************************
	*      _____ _ _ _                 
	*     |  ___(_) | |_ _ __ ___  ___ 
	*     | |_  | | | __| '__/ _ \/ __|
	*     |  _| | | | |_| | |  __/\__ \
	*     |_|   |_|_|\__|_|  \___||___/
	*                                  
	*********************************** */

    #primary .wrapper-panel .rester-informe,
    #primary .wrapper-panel .prop-publi {
        width: 100%;
        margin-top: 10px;
    }

    #primary .panel-agenda .form-panel .keywords,
    #primary .panel-agenda .form-panel .periode {
        width: 100%;
    }

    #primary .panel-agenda .form-panel .periode {
        margin-top: 20px;
    }

    #primary .panel-agenda .form-panel .periode .input-date input {
        width: 85%;
    }

    body.map-full-width #primary .panel-plan-interactif {
        width: 260px;
    }

    #primary .wrapper-panel .form-panel {
        border-bottom: none;
    }
    .blocButtonFavori {
        float: none;
    }
    .propose-filtrages.prop-publi a {
        width: 100%;
    }


    /* **************************************************
	*      ____           _                   _          
	*     |  _ \ ___  ___| |__   ___ _ __ ___| |__   ___ 
	*     | |_) / _ \/ __| '_ \ / _ \ '__/ __| '_ \ / _ \
	*     |  _ <  __/ (__| | | |  __/ | | (__| | | |  __/
	*     |_| \_\___|\___|_| |_|\___|_|  \___|_| |_|\___|
	*                                                    
	***************************************************** */

    .c-search-form_wrap input {
        background-color: transparent;
        line-height: 1.5em;
        font-size: 3em !important;
    }

    /* *****************************************************************************************
	*       ____                                        _                       _       _       
	*      / ___|___  _ __ ___  _ __ ___  _   _ _ __   | |_ ___ _ __ ___  _ __ | | __ _| |_ ___ 
	*     | |   / _ \| '_ ` _ \| '_ ` _ \| | | | '_ \  | __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
	*     | |__| (_) | | | | | | | | | | | |_| | | | | | ||  __/ | | | | | |_) | | (_| | ||  __/
	*      \____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|  \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
	*                                                                    |_|                    
	******************************************************************************************** */

    #primary .template-affilistes-navprofil ul.liste-publication li a .articles-content .title,
    #primary .template-actualites ul li a .articles-content span.title,
    #primary .template-actualites ul li.minime a .articles-content span.title,
    #primary .template-agenda ul li a .articles-content .title,
    #primary .template-annuaire-contacts ul li a .articles-content .title,
    #primary .template-bdocumentaire-phototheque ul li .information-document h4,
    #primary .template-gestion-ressources ul li span.articles-content .title {
        font-size: 16px;
        line-height: 20px;
    }

    #proposition-publication .bloc-form .demi-bloc-form,
    #proposition-publication .demi-field,
    #proposition-document .bloc-form .demi-bloc-form {
        width: 100%;
    }
    
    .centerPropBd {
        width: 620px;
    }
    
    #proposition-document #soumettre-document-form .bloc-form.demi-field {
        width: 100%;
    }
    
    #proposition-document #soumettre-document-form .bloc-form.demi-field.fright,
    #proposition-document #soumettre-document-form .bloc-form.demi-field.fleft {
        float: none;
    }

    /* *************************************************
	*         _        _               _ _ _    __      
	*        / \   ___| |_ _   _  __ _| (_) |_ /_/  ___ 
	*       / _ \ / __| __| | | |/ _` | | | __/ _ \/ __|
	*      / ___ \ (__| |_| |_| | (_| | | | ||  __/\__ \
	*     /_/   \_\___|\__|\__,_|\__,_|_|_|\__\___||___/
	*                                                   
	**************************************************** */

    #primary .template-actualites ul li a .img-actu {
        width: 140px;
    }

    #primary .template-actualites ul li .cats-date {
        left: 160px;
    }

    #primary .date-cat p.cats-actus {
        float: none;
        overflow: hidden;
    }

    #primary .date-cat {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 15px 5px;
    }

    #primary .date-cat p {
        margin: 0 5px 5px;
    }

    #primary .date-cat p.cats-actus {
        margin: 0 0 5px;
    }

    /* ****************************************
	*         _                        _       
	*        / \   __ _  ___ _ __   __| | __ _ 
	*       / _ \ / _` |/ _ \ '_ \ / _` |/ _` |
	*      / ___ \ (_| |  __/ | | | (_| | (_| |
	*     /_/   \_\__, |\___|_| |_|\__,_|\__,_|
	*             |___/       
	*                 
	******************************************* */

    #primary .template-agenda ul li a .date {
        width: 105px;
    }

    #primary .template-agenda ul li a .date p {
        font-size: 14px;
    }

    /*#primary .template-agenda ul li a .articles-content .lieu {display:none;}*/
    #primary .template-agenda ul li .categorie-agenda {
        left: 260px;
    }

    #primary .content-agenda .categorie-date .date-evenement p {
        font-size: 18px;
    }

    #primary .content-agenda .site-contact a {
        width: 100%;
    }

    #primary .content-agenda .site-contact a.nous-contactez {
        margin-top: 10px;
    }

    /* ****************************************************************************************************
	*         _                            _                _                        _             _       
	*        / \   _ __  _ __  _   _  __ _(_)_ __ ___    __| | ___    ___ ___  _ __ | |_ __ _  ___| |_ ___ 
	*       / _ \ | '_ \| '_ \| | | |/ _` | | '__/ _ \  / _` |/ _ \  / __/ _ \| '_ \| __/ _` |/ __| __/ __|
	*      / ___ \| | | | | | | |_| | (_| | | | |  __/ | (_| |  __/ | (_| (_) | | | | || (_| | (__| |_\__ \
	*     /_/   \_\_| |_|_| |_|\__,_|\__,_|_|_|  \___|  \__,_|\___|  \___\___/|_| |_|\__\__,_|\___|\__|___/
	*                                                                                                      
	******************************************************************************************************* */

    #primary .template-annuaire-contacts ul li .site-internet .reponsive-1024 {
        display: none;
    }

    #primary .template-annuaire-contacts ul li .site-internet .reponsive-480 {
        display: block;
    }

    #primary .contact-detail .label {
        width: 100%;
    }

    /* *******************************************
	*         _    _            _     _   _ ____  
	*        / \  | |       ___| |_  | \ | |  _ \ 
	*       / _ \ | |      / _ \ __| |  \| | |_) |
	*      / ___ \| |___  |  __/ |_  | |\  |  __/ 
	*     /_/   \_\_____|  \___|\__| |_| \_|_|    
	*                                             
	********************************************** */

    #primary .template-affilistes-navprofil ul.liste-publication li.liste a .articles-content .title {
        margin-bottom: 5px;
    }

    #primary .accesrapide-resultats-alnp p.volet-alnp.open .open,
    #primary .accesrapide-resultats-alnp p.volet-alnp.close .close {
        display: none;
    }

    /********** **********
    ******** MODIFICATIONS AL / PROFILS BARRE CONTEXTUELLE ********
    ********** **********/
    #primary.contextualites-off .template-affilistes-navprofil ul.liste-publication {
        justify-content: space-between;
    }

    #primary.contextualites-off .template-affilistes-navprofil ul.liste-publication li.vignette {
        width: 48%;
    }

    #primary.contextualites-off .template-affilistes-navprofil ul.liste-publication li.vignette:nth-child(3n + 2) {
        margin-right: 0;
        margin-left: 0;
    }

    /* ********************************************************************************************************************
	*      ____                       _                   _           _           _        _   _      __                   
	*     | __ )  __ _ ___  ___    __| | ___   ___    ___| |_   _ __ | |__   ___ | |_ ___ | |_| |__   \_\  __ _ _   _  ___ 
	*     |  _ \ / _` / __|/ _ \  / _` |/ _ \ / __|  / _ \ __| | '_ \| '_ \ / _ \| __/ _ \| __| '_ \ / _ \/ _` | | | |/ _ \
	*     | |_) | (_| \__ \  __/ | (_| | (_) | (__  |  __/ |_  | |_) | | | | (_) | || (_) | |_| | | |  __/ (_| | |_| |  __/
	*     |____/ \__,_|___/\___|  \__,_|\___/ \___|  \___|\__| | .__/|_| |_|\___/ \__\___/ \__|_| |_|\___|\__, |\__,_|\___|
	*                                                          |_|                                           |_|           
	*
	*********************************************************************************************************************** */

    #primary .template-bdocumentaire-phototheque ul li .image-a-la-une {
        height: 200px;
    }

    #primary .template-bdocumentaire-phototheque ul li .information-document {
        min-height: 178px;
        height: auto;
    }

    #primary.contextualites-off .template-emploi ul.liste-publication {
        justify-content: space-between;
    }

    #primary.contextualites-off .template-emploi ul.liste-publication li.vignette {
        width: 48%;
    }

    #primary.contextualites-off .template-emploi ul.liste-publication li.vignette:nth-child(3n + 2) {
        margin-right: 0;
        margin-left: 0;
    }
    
    #emploi-ajax > div,
    #proposition-publication .bloc-form.select2 > .filtre-base {
        width: 48%;
    }


    /* ****************************************
	*         _    _ _            _         __ 
	*        / \  | | | ___   ___(_)_ __   /_/ 
	*       / _ \ | | |/ _ \ / __| | '_ \ / _ \
	*      / ___ \| | | (_) | (__| | | | |  __/
	*     /_/   \_\_|_|\___/ \___|_|_| |_|\___|
	*                                          
	******************************************* */

    .allocine-film .affiche-film {
        float: none;
        margin: 0 auto 20px;
    }

    .allocine-film .informations-film {
        width: 440px;
    }

    /* ****************************************
	*         _    _ _                         
	*        / \  | | |__  _   _ _ __ ___  ___ 
	*       / _ \ | | '_ \| | | | '_ ` _ \/ __|
	*      / ___ \| | |_) | |_| | | | | | \__ \
	*     /_/   \_\_|_.__/ \__,_|_| |_| |_|___/
	*                                          
	******************************************* */

    #primary .vignettes-album a .articles-content h4 {
        margin-bottom: 0 !important;
        padding: 41px 0 0 !important;
    }

    #primary .vignettes-album a .articles-content .introduction {
        margin-top: 5px !important;
    }

    #cboxPrevious:before,
    #cboxNext:before {
        display: none !important;
    }

    /* ************************
	*      _  _    ___  _  _   
	*     | || |  / _ \| || |  
	*     | || |_| | | | || |_ 
	*     |__   _| |_| |__   _|
	*        |_|  \___/   |_|  
	*                          
	*************************** */

    .page404 #searchform {
        text-align: center;
    }

    .page404 #searchform div {
        display: inline-block;
    }

    .page404 #searchform .rechercher {
        width: 240px;
    }

    /* ***************************************
	*       ____            _             _   
	*      / ___|___  _ __ | |_ __ _  ___| |_ 
	*     | |   / _ \| '_ \| __/ _` |/ __| __|
	*     | |__| (_) | | | | || (_| | (__| |_ 
	*      \____\___/|_| |_|\__\__,_|\___|\__|
	*                                         
	****************************************** */

    .page-contact .gform_wrapper ul li.gfield {
        width: 100%;
    }

    .page-contact .gform_wrapper ul li#field_1_5 {
        padding-top: 0;
    }

    /* ***************************************************
	*         _                                          
	*        / \   _ __  _ __   ___  _ __   ___ ___  ___ 
	*       / _ \ | '_ \| '_ \ / _ \| '_ \ / __/ _ \/ __|
	*      / ___ \| | | | | | | (_) | | | | (_|  __/\__ \
	*     /_/   \_\_| |_|_| |_|\___/|_| |_|\___\___||___/
	*                                                    
	*
	***************************************************** */
    .template-liste ul li.liste a .informations-pub {
        width: 34%;
    }

    .template-liste ul li.liste a .content-pub {
        width: 66%;
    }

    #acces-profil .liste-profils .profil {
        height: 150px; 
    }

    /* *****************************************************
	*      _   _            _       ___         ____  ____  
	*     | | | | __ _  ___| | __  / (_) ___   / / _|/ _\ \ 
	*     | |_| |/ _` |/ __| |/ / | || |/ _ \ / / |_| |_ | |
	*     |  _  | (_| | (__|   <  | || |  __// /|  _|  _|| |
	*     |_| |_|\__,_|\___|_|\_\ | ||_|\___/_/ |_| |_|  | |
	*                              \_\                  /_/ 
	*
	******************************************************** */

    body.gecko footer .middle-footer .newsletter-sms input[type="text"],
    body.gecko footer footer .middle-footer .newsletter-sms input[type="email"] {
        width: 308px;
    }

    body.ie .front-page .fil-infos-droits-demarches .droits-demarches-ligne select {
        width: 389px;
    }

}

@media screen and (max-width: 1024px) { 
    /* Guichet virtuel */
    .single-guichet-virtuel #secondary .services-en-ligne {
        margin-top: 120px;
    }
}
